projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f27d820
)
docs: fix typo in argument syntax
author
William Jon McCann
<william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 19:52:57 +0000
(14:52 -0500)
committer
William Jon McCann
<william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 23:57:37 +0000
(18:57 -0500)
gtk/gtkentry.c
patch
|
blob
|
history
diff --git
a/gtk/gtkentry.c
b/gtk/gtkentry.c
index d19addb280ed1bc5bc7960861ed312ca841b1d8c..362fa16253404ae8998287253db60cfbeaa5417b 100644
(file)
--- a/
gtk/gtkentry.c
+++ b/
gtk/gtkentry.c
@@
-7865,7
+7865,7
@@
gtk_entry_get_has_frame (GtkEntry *entry)
* @entry: a #GtkEntry
* @border: (allow-none): a #GtkBorder, or %NULL
*
- * Sets %entry's inner-border property to
%
border, or clears it if %NULL
+ * Sets %entry's inner-border property to
@
border, or clears it if %NULL
* is passed. The inner-border is the area around the entry's text, but
* inside its frame.
*